home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m47.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  346 b   |  16 lines

  1. on mouseDown
  2.   global gNotesWindow, gHelpWindow
  3.   set the castNum of sprite 48 to cast "b012"
  4.   if pressButton(48) then
  5.     pupSprites(1, 48, 0)
  6.     set the keyDownScript to EMPTY
  7.     if objectp(gHelpWindow) then
  8.       forget(gHelpWindow)
  9.     end if
  10.     if objectp(gNotesWindow) then
  11.       forget(gNotesWindow)
  12.     end if
  13.     quit()
  14.   end if
  15. end
  16.